home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 003 / _panedemo / !PaneDemo / !Help / HELP < prev   
Text File  |  1994-09-06  |  2KB  |  58 lines

  1.  
  2. \h1\uPaneDemo version 1.00 - Help\H
  3.  
  4. \h2Just a small pane-handling demo!\H
  5.  
  6. Here is a small piece of code which may help programmers handle pane windows more effectively ('till Acorn's product arrives!)
  7. Each pane window is assigned to an icon on the tool window, so you don't have to do a lot of work for different apps... the same code is very recyclable.
  8.  
  9. It also attempts to fit the scroll bars (if any) into the required icon, but with RISC OS 3, these bar sizes are not fixed and I don't know of a way of asking the WIMP for the current sizes... I've set both X and Y  sizes to 40 with is fairly standard :-)
  10.  
  11. I hope this is of use to those who are baffled by pane code.
  12.  
  13. \uNOTES:\U
  14.  
  15. 1) ALL windows MUST be defined in the \iNew\I way (PRM p3-92)
  16. 2) Panes shouldænt have title bars (just make the icon a bit smaller if they do :-)
  17. 3) Panes must be 'big enough' (ie enough work area size) to fill the icon  area.
  18. 4) Please take careful note of the window flags of the pane windows!!
  19.  
  20.  
  21. \bThis program is PUBLIC DOMAIN - Do whatever you like with it!
  22. Please note: This is NOT normal policy for Riscy Developments, but this code has been placed in the Public Domain to encourage nice programming practice!\B
  23.  
  24. \h2\uRiscy Developments: Contacts\H
  25.  
  26.  \uIan Jeffray\U
  27.  
  28.  \iSMail:\I    Field House
  29.            Sessay
  30.            Thirsk
  31.            North Yorkshire
  32.            YO7 3BE                    Tel: 01845 501 323
  33.            
  34. \iîand until June æ95:\I
  35.  
  36.            47 Barclay Street
  37.            Leicester
  38.            LE3 0JD                       Tel: 01162 332 347
  39.  
  40.  \iEMail:\I    aug@dmu.ac.uk  \i(ætil June æ95)\I
  41.               \ior\I
  42.            ...leave a message for \bLoser\B on \uMonochrome\U
  43.  
  44.    \ior\I
  45.    
  46.  \uDavid Lodge\U
  47.  
  48.  \iSMail:\I    26 Cleveland Way
  49.            Carlton Miniott
  50.            Thirsk
  51.            North Yorkshire
  52.            YO7 4LN
  53.  
  54.  
  55. \b                        PaneDemo version 1.10
  56. \b                        By Riscy Developments
  57.  
  58.